home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / bugsarecoming.swf / scripts / frame_4 / PlaceObject2_81_11 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  154 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root._currentframe != 5)
  3.    {
  4.       this._visible = false;
  5.    }
  6.    else
  7.    {
  8.       this._visible = true;
  9.    }
  10. }
  11.